 
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width:80% !important;
}

.als-wrapper {
	position: relative;
	list-style: none;
	padding:0 1em; 
	overflow:hidden;
	width:800px !important
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left ;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
 /**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	width:100%;
	float:left; 
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:9px 0;
 }

#lista1 .als-item {
	margin-right: 0em;
	padding-right:0em; 
	line-height:2em;
 }

#lista1 .als-item:last-child	{
	border-right:none;
}

#lista1 .als-item a {
	display: block;
	vertical-align: middle;
	font-size:1em;
 }

#lista1 .als-prev, #lista1 .als-next {
	top:1em; 
	display:block;
	  
	line-height:2em;

	
}

#lista1 .als-prev {
	left: 0.5em;
	content:'\f104'; 
	font-family:"fontawesome";
}

#lista1 .als-next {
	right: 0.5em;
	content:'\f104'; 
	font-family:"fontawesome";
}
 
  





#big_section  { float:left; width:100%;   margin-bottom:20px; border-top:1px solid #f1f1f1;}

#big_section #scrolling_mid {display:none; overflow:hidden; position:relative; width:100%; height:35px;    }
#big_section #scrolling_mid .inner_scroll {position:absolute; top:0; left:0; height:100%; }
#big_section #scrolling_mid .scrolling_list {text-align:center; white-space:nowrap; padding-right:10px; padding-top:15px;}
#big_section #scrolling_mid .scrolling_list li {display:inline-block;   text-align:center;  margin:0 4px;}
#big_section #scrolling_mid .scrolling_list li a {display:block; position:relative;    padding:0 4px; font-size:0.95em; line-height:1em; color:#666;}
#big_section #scrolling_mid .scrolling_list li.selected a:after {overflow:hidden; position:absolute; left:0; bottom:0; width:100%; border-bottom:5px solid #621372 !important; content:'';}
#big_section #scrolling_mid .scrolling_list li.cate_ov  {font-weight:600; border-bottom:1px solid #333;   }
#big_section #scrolling_mid .scrolling_list li.cate_ov a { color:#333;   }
